This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Convert Multi-Value Field to JavaScript Array? ~Patti Dwoavitchakol 16.Jan.04 08:26 PM a Web browser Domino Designer 6.0.3All Platforms
Split your single value based on a separator, say a comma, using the JavaScript String.split(',') function. Once you have a JS array it is a simple matter to get an individual element.